const crypto/x509.nameTypeEmail
4 uses
crypto/x509 (current package)
parser.go#L389: case nameTypeEmail:
verify.go#L604: case nameTypeEmail:
x509.go#L909: nameTypeEmail = 1
x509.go#L1004: rawValues = append(rawValues, asn1.RawValue{Tag: nameTypeEmail, Class: 2, Bytes: []byte(email)})
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)